home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / KPlib 1.3.5 / to_do < prev   
Text File  |  1995-12-17  |  242b  |  7 lines

  1. Add KPBitArray class.
  2. Make KPArray<bool> be wrapper of above.
  3. use unsigned int in appropriate places.
  4. add KPSortableList<T>::add_sorted(const T&).
  5. add KPSet<T>::is_subset_of(const KPSet<T>&) and
  6.     KPSet<T>::is_superset_of(const KPSet<T>&).
  7.